type go/build.fileImport

3 uses

	go/build (current package)
		build.go#L1434: 	imports    []fileImport
		build.go#L1439: type fileImport struct {
		read.go#L489: 			info.imports = append(info.imports, fileImport{path, spec.Pos(), doc})